home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / Infocom64ToDat.lha / README < prev    next >
Text File  |  1993-08-31  |  3KB  |  84 lines

  1. Hello reader!
  2.  
  3. The program "dsk2infocom" contained herewithin has been hacked together
  4. to allow you to transfer Infocom datafiles from your old C-64 disks.
  5. Once transfered, you can play these datafiles on most systems, using one
  6. of the many Infocom interpreters available in the Public Domain.
  7.  
  8.  
  9. Contents:
  10.  
  11.     dsk2infocom.c       Extracts an Infocom datafile from a disk image
  12.                         of a Commodore-64 Infocom disk.
  13.  
  14.     zip2dsk.c           Converts a disk image created with "ZipCode II"
  15.                         to the standard format required by "dsk2infocom".
  16.  
  17.  
  18. What hardware is required?
  19.  
  20.     To extract the datafiles from your Infocom disks you need
  21.  
  22.     a)    a working Commodore-64 computer (or equivalent)
  23.  
  24.     b)    a working 1541 floppy (or equivalent)
  25.  
  26.     c)    some way to transfer files from C-64 disks to your UNIX system
  27.           (or wherever you have your C compiler).  You can do this
  28.           transfer using a modem or a null modem connection, or you can
  29.           hook up your 1541 to an Amiga or a PC.
  30.  
  31.  
  32. How do I use the extraction program?
  33.  
  34.     It is very simple: just create a disk image of the C-64 disk and run
  35.     "dsk2infocom" on it.  That's all.  "dsk2infocom" calculates the file
  36.     length from the header.  It also calculates the checksum and informs
  37.     you if the Infocom disk was corrupt.
  38.  
  39.  
  40. How do I get a "disk image"?
  41.  
  42.     That's the hard part, actually.  There are countless methods to do
  43.     this.  For example, you could write a program on the C-64 that
  44.     reads every block from the Infocom disk and sends the contents via
  45.     the RS-232 port to another computer.  The required disk image format
  46.     is a raw image of the whole disk, beginning with track 1 sector 0
  47.     and ending with track 35 sector 16.  The length of such a disk image
  48.     should be 174848 bytes (683 blocks * 256 bytes).
  49.  
  50.     If you don't want to program on your C-64, I suggest you use the
  51.     program "ZipCode II" to create the disk image for you.  You should be
  52.     able to find that program at the same place where you found this one.
  53.  
  54.     First you have to install "ZipCode II" on a C-64 disk following the
  55.     instructions in the zipcode archive.  Then just follow the
  56.     instructions within ZipCode and create a disk image of the Infocom
  57.     disk.  Once you have it (it consists of four files named
  58.     "[1-4]!filename"), transfer it to your UNIX system.  Run "zip2dsk"
  59.     on the four image files to create a standard disk image.  Run
  60.     "dsk2infocom".  Voila.
  61.  
  62.  
  63. If you find any bugs or have problems with above instructions, just drop
  64. me a line.  Enjoy!
  65.  
  66. P. D. Doherty  <h0142kdd@rz.hu-berlin.de>                  August 4, 1993
  67.  
  68. --------------------------------------------------------------------------
  69.  
  70. Amiga Notes:
  71.  
  72.   I Didn't want to change the files for this archive but... After a few hours
  73. I decided to say at least this...
  74.  
  75.   The 1541 Emulation files made from with the 64 Emulator II are quite
  76. compatable with Dsk2Infocom.  I realized this after an hour of wrestling with
  77. "ZipADisk" under the 64 Emulator (Which, Mind you, Don't work well
  78. together)... To Be honest It took me another hour to find a program that
  79. would copy a disk to a 1541 emulation file.
  80.  
  81. Appart From that... The program's work fine. THANKS P. D. Doherty!!! ;)
  82.  
  83. -Grue@Gnu.Ai.Mit.Edu (Amiga Port Guy...)
  84.